PDF4Java Reference Documentation
com.o2sol.pdf4java.standards Package / PDFAFormat Enumeration
In This Topic
    PDFAFormat Enumeration
    In This Topic
    Defines the supported PDF/A standards.
    Members
    MemberDescription
    PDF_A_1_BPDF/A-1b format.
    PDF_A_2_APDF/A-2a format.
    PDF_A_2_BPDF/A-2b format.
    PDF_A_2_UPDF/A-2u format.
    PDF_A_3_APDF/A-3a format.
    PDF_A_3_BPDF/A-3b format.
    PDF_A_3_UPDF/A-3u format.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.standards.PDFAFormat

    See Also